home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / AmigaSystem / Scalos / BWS_Scalos / Cascade_plugin / Install < prev    next >
Text File  |  2002-10-28  |  1KB  |  49 lines

  1. ; Script created by Bruce Steers bsteers@ukonline.co.uk
  2.  
  3. (set ver "$VER: Install_Cascade_Plugin 2.03 (05.12.2001)")
  4.                      (set verN "2.03")
  5.  
  6. (set v39 (>= (/ (getversion "exec.library" (resident)) 65536) 39))
  7.  
  8. (set srcdir (pathonly @icon))
  9.  
  10. (welcome "\nWelcome to the Cascade.plugin "verN" Install Script\nThis will Install Cascade.plugin into your Scalos plugins dir")
  11.  
  12. (set @default-dest "Scalos:plugins/menu")
  13.  
  14. (complete 20)
  15.  
  16.  
  17.   (copyfiles
  18.   (source "Cascade.plugin")
  19.   (dest @default-dest)
  20.   )
  21.  
  22.   (copyfiles
  23.   (source "env-archive/scalos/Cascade.ini")
  24.   (dest "envarc:Scalos")
  25.   (prompt "Install Default Settings file to envarc:?")
  26.   (help @copyfiles-help)
  27.   (confirm)
  28.   )
  29.  
  30.  
  31.  (complete 60)
  32.  
  33.   (copylib
  34.   (source "/libs/amigaini.library")
  35.   (dest "Libs:")
  36.   (prompt "Install amigaini.library ?")
  37.   (help @copylib-help)
  38.   (confirm)
  39.   (infos)
  40.   )
  41.  
  42.  
  43.  (complete 90)
  44.  
  45.  
  46.  (set @default-dest "Scalos:plugins/Menu")
  47.  (complete 100)
  48.  (exit  "\n\n" @app-name " Installaton is now over.\n\nPlease Read the Docs to understand how to add the plugin to Scalos")
  49.